+Sun Oct 5 00:53:15 2003 Soeren Sandmann <sandmann@daimi.au.dk>
+
+ * gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order):
+ focus arrow before pack_end items (#123851, Matthias Clasen)
+
Fri Oct 3 20:50:48 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtkcombobox.c (gtk_combo_box_set_model): only set the model
+Sun Oct 5 00:53:15 2003 Soeren Sandmann <sandmann@daimi.au.dk>
+
+ * gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order):
+ focus arrow before pack_end items (#123851, Matthias Clasen)
+
Fri Oct 3 20:50:48 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtkcombobox.c (gtk_combo_box_set_model): only set the model
+Sun Oct 5 00:53:15 2003 Soeren Sandmann <sandmann@daimi.au.dk>
+
+ * gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order):
+ focus arrow before pack_end items (#123851, Matthias Clasen)
+
Fri Oct 3 20:50:48 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtkcombobox.c (gtk_combo_box_set_model): only set the model
+Sun Oct 5 00:53:15 2003 Soeren Sandmann <sandmann@daimi.au.dk>
+
+ * gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order):
+ focus arrow before pack_end items (#123851, Matthias Clasen)
+
Fri Oct 3 20:50:48 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtkcombobox.c (gtk_combo_box_set_model): only set the model
+Sun Oct 5 00:53:15 2003 Soeren Sandmann <sandmann@daimi.au.dk>
+
+ * gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order):
+ focus arrow before pack_end items (#123851, Matthias Clasen)
+
Fri Oct 3 20:50:48 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtkcombobox.c (gtk_combo_box_set_model): only set the model
result = g_list_prepend (result, item);
}
+ result = g_list_prepend (result, priv->arrow_button);
+
for (list = priv->items; list != NULL; list = list->next)
{
GtkToolItem *item = list->data;
result = g_list_prepend (result, item);
}
- result = g_list_prepend (result, priv->arrow_button);
-
rtl = (gtk_widget_get_direction (GTK_WIDGET (toolbar)) == GTK_TEXT_DIR_RTL);
/* move in logical order when